home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 83
/
(Vol 83) My Disc.iso
/
Interface
/
browser.swf
/
scripts
/
DefineButton2_214
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2009-04-28
|
188b
|
11 lines
on(release){
if(_root.comando == "LINK")
{
getURL(_root.caminhos,"");
}
else
{
getURL("FSCommand:" add _root.comando,"%org%" + _root.caminhos);
}
}